Go used as value問題 練習Go變參時遇到一個報錯:used as value 代碼如下: // 錯誤代碼 func myfunc(arg ...int) { for _, n := range arg ...